Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit 9d3d227

Browse files
committed
*: bump version to 0.4.0
1 parent 148303f commit 9d3d227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0+git
1+
0.4.0

schema/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const (
88
// version represents the canonical version of the appc spec and tooling.
99
// For now, the schema and tooling is coupled with the spec itself, so
1010
// this must be kept in sync with the VERSION file in the root of the repo.
11-
version string = "0.3.0+git"
11+
version string = "0.4.0"
1212
)
1313

1414
var (

0 commit comments

Comments
 (0)