Skip to content

Commit

Permalink
feat: update version to beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgz committed Feb 11, 2025
1 parent 750087d commit 95fccdb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lepus (0.0.1.beta1)
lepus (0.0.1.beta2)
bunny
concurrent-ruby
multi_json
Expand All @@ -20,7 +20,7 @@ GEM
amq-protocol (~> 2.3, >= 2.3.1)
sorted_set (~> 1, >= 1.0.2)
coderay (1.1.3)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
crack (1.0.0)
bigdecimal
rexml
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails52.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lepus (0.0.1.beta1)
lepus (0.0.1.beta2)
bunny
concurrent-ruby
multi_json
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lepus (0.0.1.beta1)
lepus (0.0.1.beta2)
bunny
concurrent-ruby
multi_json
Expand Down
2 changes: 1 addition & 1 deletion lib/lepus/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Lepus
VERSION = "0.0.1.beta1"
VERSION = "0.0.1.beta2"
end

0 comments on commit 95fccdb

Please sign in to comment.