We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce88644 commit ae24be6Copy full SHA for ae24be6
.env
@@ -16,6 +16,6 @@ COSMOS_SR_MINIO_USERNAME=scriptrunnerminio
16
COSMOS_SR_MINIO_PASSWORD=scriptrunnerminiopassword
17
18
COSMOS_TAG=latest
19
-COSMOS_VERSION=5.0.1.beta
+COSMOS_VERSION=5.0.1
20
21
COSMOS_DEMO=1
cosmos/lib/cosmos/version.rb
@@ -1,12 +1,12 @@
1
# encoding: ascii-8bit
2
3
-COSMOS_VERSION = '5.0.0'
+COSMOS_VERSION = '5.0.1'
4
module Cosmos
5
module Version
6
MAJOR = '5'
7
MINOR = '0'
8
- PATCH = '0'
9
- BUILD = '4018499331b33e145abf128e13f31eeadd3f3c48'
+ PATCH = '1'
+ BUILD = '11242021'
10
end
11
- VERSION = '5.0.0'
+ VERSION = '5.0.1'
12
0 commit comments