Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit c10fa1d

Browse files
committed
Bump libcompose version to v0.3.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4dc7080 commit c10fa1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
var (
44
// VERSION should be updated by hand at each release
5-
VERSION = "0.3.0-dev"
5+
VERSION = "0.3.0"
66

77
// GITCOMMIT will be overwritten automatically by the build system
88
GITCOMMIT = "HEAD"

0 commit comments

Comments
 (0)