Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
Seems like a patch version is fine if the public API is unchanged:
https://semver.org/#what-should-i-do-if-i-update-my-own-dependencies-without-changing-the-public-api
  • Loading branch information
smudge committed Apr 28, 2020
1 parent 499cc77 commit 0f2d835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/journaled/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Journaled
VERSION = "2.3.0".freeze
VERSION = "2.3.1".freeze
end

0 comments on commit 0f2d835

Please sign in to comment.