Skip to content

Commit

Permalink
Merge pull request #180 from faultyserver/version-bump/0.6.0
Browse files Browse the repository at this point in the history
[version] bump version to 0.6.0
  • Loading branch information
faultyserver authored Apr 2, 2018
2 parents b799d89 + cdf75ab commit bfee190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/myst/version.cr
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module Myst
VERSION_MAJOR = 0
VERSION_MINOR = 4
VERSION_MINOR = 6
VERSION_PATCH = 0
VERSION_EXTRA = ""
RELEASE_DATE = "2018-01-27"
RELEASE_DATE = "2018-04-01"

def Myst.version
String.build do |str|
Expand Down

0 comments on commit bfee190

Please sign in to comment.