Skip to content

Commit 47e1642

Browse files
ericfitzclaude
andcommitted
chore: set version to 1.0.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b650823 commit 47e1642

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"major": 0,
3-
"minor": 282,
4-
"patch": 4
2+
"major": 1,
3+
"minor": 0,
4+
"patch": 0
55
}

api/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ type Version struct {
2525
// These values are set during build time
2626
var (
2727
// Major version number
28-
VersionMajor = "0"
28+
VersionMajor = "1"
2929
// Minor version number
30-
VersionMinor = "282"
30+
VersionMinor = "0"
3131
// Patch version number
32-
VersionPatch = "4"
32+
VersionPatch = "0"
3333
// GitCommit is the git commit hash from build
3434
GitCommit = "development"
3535
// BuildDate is the build timestamp

0 commit comments

Comments
 (0)