Skip to content

Commit

Permalink
update version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt committed Nov 25, 2021
1 parent ce88644 commit ae24be6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ COSMOS_SR_MINIO_USERNAME=scriptrunnerminio
COSMOS_SR_MINIO_PASSWORD=scriptrunnerminiopassword

COSMOS_TAG=latest
COSMOS_VERSION=5.0.1.beta
COSMOS_VERSION=5.0.1

COSMOS_DEMO=1
8 changes: 4 additions & 4 deletions cosmos/lib/cosmos/version.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# encoding: ascii-8bit

COSMOS_VERSION = '5.0.0'
COSMOS_VERSION = '5.0.1'
module Cosmos
module Version
MAJOR = '5'
MINOR = '0'
PATCH = '0'
BUILD = '4018499331b33e145abf128e13f31eeadd3f3c48'
PATCH = '1'
BUILD = '11242021'
end
VERSION = '5.0.0'
VERSION = '5.0.1'
end

0 comments on commit ae24be6

Please sign in to comment.