version: release 1.0.2 · opencontainers/image-spec@67d2d56 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 67d2d56
version: release 1.0.2
Signed-off-by: Vincent Batts vbatts@hashbangbash.com
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -22,7 +22,7 @@ const ( | ||
22 | 22 | // VersionMinor is for functionality in a backwards-compatible manner |
23 | 23 | VersionMinor = 0 |
24 | 24 | // VersionPatch is for backwards-compatible bug fixes |
25 | -VersionPatch = 1 | |
25 | +VersionPatch = 2 | |
26 | 26 | |
27 | 27 | // VersionDev indicates development branch. Releases will be empty string. |
28 | 28 | VersionDev = "" |