Skip to content

Commit 669b4ec

Browse files
committed
ops: released v1.0.4
1 parent 589ad26 commit 669b4ec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3
1+
1.0.4

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ func init() {
2626
app = versioned.NewPackageManager("agentx")
2727
app.Description = "Terminal-first agentic software-engineering client"
2828
app.Documentation = "https://github.com/greenpau/agentx/"
29-
app.SetVersion(appVersion, "1.0.3")
29+
app.SetVersion(appVersion, "1.0.4")
3030
app.SetGitBranch(gitBranch, "")
31-
app.SetGitCommit(gitCommit, "1.0.3")
31+
app.SetGitCommit(gitCommit, "1.0.4")
3232
app.SetBuildUser(buildUser, "")
3333
app.SetBuildDate(buildDate, "")
3434
agentapp.ConfigureBuildIdentity(app.Version, app.Banner())

0 commit comments

Comments
 (0)