Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afuno committed Jul 5, 2024
1 parent 061ea82 commit 4eafc4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
datory (1.0.0.rc23)
datory (1.0.0)
activesupport (>= 5.1, < 7.2)
i18n (~> 1.14)
servactory (>= 2.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/datory/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module VERSION
MAJOR = 1
MINOR = 0
PATCH = 0
PRE = "rc23"
PRE = nil

STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".")
end
Expand Down

0 comments on commit 4eafc4c

Please sign in to comment.