Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Sep 29, 2018
1 parent 4319f5d commit 49cd699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fluence
version: 0.3.0
version: 0.4.0

authors:
- Davor Ocelic <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/fluence/version.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Fluence
VERSION_MAJOR = 0
VERSION_MINOR = 3
VERSION_MINOR = 4
VERSION_REVISION = 0
VERSION = [ VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION ].join '.'
end

0 comments on commit 49cd699

Please sign in to comment.