Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit d927d37

Browse files
author
Geri Jennings
authored
Merge pull request #273 from cyberark/fix-version-bump
Bump gem version to 6.2.2
2 parents 27734e6 + 12f09cb commit d927d37

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,14 @@ Then you can run the cucumber tests:
6868
root@2b5f618dfdcb:/usr/src/cli-ruby# cucumber
6969
...
7070
```
71+
72+
## Releasing
73+
74+
To create a new release, follow the instructions in our general release
75+
guidelines [here](https://github.com/cyberark/community/blob/master/Conjur/CONTRIBUTING.md#release-process).
76+
77+
Note: this project documents the version in two places:
78+
- The [VERSION](./VERSION) file
79+
- In [`lib/conjur/version.rb`](./lib/conjur/version.rb)
80+
81+
Both version files must be updated when this project is preparing for a release.

lib/conjur/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2020
#
2121
module Conjur
22-
VERSION = '6.2.1'
22+
VERSION = '6.2.2'
2323
::Version=VERSION
2424
end

0 commit comments

Comments
 (0)