Skip to content

Commit

Permalink
Version 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton authored and nirvdrum committed Jan 14, 2022
1 parent 918e198 commit 5aac829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
seafoam (0.9)
seafoam (0.10)
crabstone (~> 4.0)

GEM
Expand All @@ -12,7 +12,7 @@ GEM
crabstone (4.0.3)
ffi
diff-lcs (1.4.4)
ffi (1.15.3)
ffi (1.15.5)
parallel (1.20.1)
parser (3.0.2.0)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/seafoam/version.rb
@@ -1,5 +1,5 @@
module Seafoam
MAJOR_VERSION = 0
MINOR_VERSION = 9
MINOR_VERSION = 10
VERSION = "#{MAJOR_VERSION}.#{MINOR_VERSION}"
end

0 comments on commit 5aac829

Please sign in to comment.