Skip to content

Commit

Permalink
Release COSMOS 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Jan 28, 2022
1 parent a516d46 commit 22e4176
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/help---usage---general-question.md
.github/workflows/build.yml
.github/workflows/build_v4.yml
.gitignore
.rubocop.yml
Expand Down
2 changes: 1 addition & 1 deletion data/crc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
"lib/cosmos/utilities/ruby_lex_utils.rb" 0x00EEFAE2
"lib/cosmos/utilities/simulated_target.rb" 0xB251C94B
"lib/cosmos/utilities/sleeper.rb" 0x650C3CEB
"lib/cosmos/version.rb" 0xF09BC7CC
"lib/cosmos/version.rb" 0xB78479FB
"lib/cosmos/win32/excel.rb" 0x72BFBAC2
"lib/cosmos/win32/win32.rb" 0xBCECA922
"lib/cosmos/win32/win32_main.rb" 0x722DDE0D
2 changes: 1 addition & 1 deletion lib/cosmos/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Version
MAJOR = '4'
MINOR = '5'
PATCH = '2'
BUILD = '8e709c17766b5fab68226c23b678eb77b1d67069'
BUILD = 'a516d4699e4de74066155c12194c9286adcde9ea'
end
VERSION = '4.5.2'
end

0 comments on commit 22e4176

Please sign in to comment.