Skip to content

Commit 49cd699

Browse files
committed
Bump version to 0.4.0
1 parent 4319f5d commit 49cd699

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fluence
2-
version: 0.3.0
2+
version: 0.4.0
33

44
authors:
55
- Davor Ocelic <[email protected]>

src/fluence/version.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Fluence
22
VERSION_MAJOR = 0
3-
VERSION_MINOR = 3
3+
VERSION_MINOR = 4
44
VERSION_REVISION = 0
55
VERSION = [ VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION ].join '.'
66
end

0 commit comments

Comments
 (0)