Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcPer committed Jul 26, 2021
1 parent d2351b5 commit 9e1ecd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cuniculus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ module Cuniculus

# The minor version of Cuniculus. Bumped for every non-patch level
# release.
MINOR = 1
MINOR = 2

# The tiny version of Cuniculus. Usually 0, only bumped for bugfix
# releases that fix regressions from previous versions.
TINY = 0
TINY = 1

# The version of Cuniculus you are using, as a string (e.g. "2.11.0")
VERSION = [MAJOR, MINOR, TINY].join(".").freeze
Expand Down

0 comments on commit 9e1ecd0

Please sign in to comment.