Skip to content

Commit

Permalink
VERSION を更新した
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexa committed May 17, 2011
1 parent b02cb35 commit c6ba711
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
0.0.1
4 changes: 4 additions & 0 deletions lib/zzz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
require File.join(File.expand_path(File.dirname(__FILE__)), "zzz", "ca", "crl")
require File.join(File.expand_path(File.dirname(__FILE__)), "zzz", "ca", "subject_encoder")
require File.join(File.expand_path(File.dirname(__FILE__)), "zzz", "ca", "extension_encoder")

module ZZZ
VERSION ||= "0.0.1"
end

0 comments on commit c6ba711

Please sign in to comment.