Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit d110f34

Browse files
authored
Merge pull request #20 from mnottale/semver-010
Change initial version to 0.1.0 per semver specifications.
2 parents ffb751b + 6b659d5 commit d110f34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ services:
136136

137137
```yaml
138138
# docker-app inspect simple
139-
version: 0.0.1
139+
version: 0.1.0
140140
application:
141141
name: simple
142142
description: ""

packager/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func newMetadata(name string) types.AppMetadata {
111111
Author: userName,
112112
}
113113
return types.AppMetadata{
114-
Version: "0.0.1",
114+
Version: "0.1.0",
115115
Targets: target,
116116
Application: info,
117117
}

0 commit comments

Comments
 (0)