Skip to content

Commit ae24be6

Browse files
committed
update version to 5.0.1
1 parent ce88644 commit ae24be6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ COSMOS_SR_MINIO_USERNAME=scriptrunnerminio
1616
COSMOS_SR_MINIO_PASSWORD=scriptrunnerminiopassword
1717

1818
COSMOS_TAG=latest
19-
COSMOS_VERSION=5.0.1.beta
19+
COSMOS_VERSION=5.0.1
2020

2121
COSMOS_DEMO=1

cosmos/lib/cosmos/version.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# encoding: ascii-8bit
22

3-
COSMOS_VERSION = '5.0.0'
3+
COSMOS_VERSION = '5.0.1'
44
module Cosmos
55
module Version
66
MAJOR = '5'
77
MINOR = '0'
8-
PATCH = '0'
9-
BUILD = '4018499331b33e145abf128e13f31eeadd3f3c48'
8+
PATCH = '1'
9+
BUILD = '11242021'
1010
end
11-
VERSION = '5.0.0'
11+
VERSION = '5.0.1'
1212
end

0 commit comments

Comments
 (0)