Skip to content

Commit aa0aee4

Browse files
committed
build(release): bump version to 0.2.1.3
1 parent 4fccfd3 commit aa0aee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## v0.2.1.2-20220505 - [Danilo Carolino](@danilogco)
3+
## v0.2.1.3-20220505 - [Danilo Carolino](@danilogco)
44

55
* build(deps): bump ruby version from 3.1.0 to 3.1.2
66

lib/bigid/auth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ module Auth
99
# Major - Incremented for incompatible changes with previous release (or big enough new features)
1010
# Minor - Incremented for new backwards-compatible features + deprecations
1111
# Patch - Incremented for backwards-compatible bug fixes
12-
VERSION = "0.2.1.2"
12+
VERSION = "0.2.1.3"
1313
end
1414
end

0 commit comments

Comments
 (0)