Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainFranceschini committed Jul 12, 2020
1 parent 5a51bcd commit 2383fae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: quartz
version: 0.1.0
version: 0.3.1

description: |
A Crystal Modelling & Simulation Framework
Expand Down
4 changes: 2 additions & 2 deletions src/quartz/version.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module Quartz
# The major version number
MAJOR = 0u8
# The minor version number
MINOR = 6u8
MINOR = 3u8
# The patch version number
PATCH = 0u8
PATCH = 1u8

VERSION = [MAJOR, MINOR, PATCH].compact.join('.')
end

0 comments on commit 2383fae

Please sign in to comment.