1 parent 589ad26 commit 669b4ecCopy full SHA for 669b4ec
2 files changed
VERSION
@@ -1 +1 @@
1
-1.0.3
+1.0.4
main.go
@@ -26,9 +26,9 @@ func init() {
26
app = versioned.NewPackageManager("agentx")
27
app.Description = "Terminal-first agentic software-engineering client"
28
app.Documentation = "https://github.com/greenpau/agentx/"
29
- app.SetVersion(appVersion, "1.0.3")
+ app.SetVersion(appVersion, "1.0.4")
30
app.SetGitBranch(gitBranch, "")
31
- app.SetGitCommit(gitCommit, "1.0.3")
+ app.SetGitCommit(gitCommit, "1.0.4")
32
app.SetBuildUser(buildUser, "")
33
app.SetBuildDate(buildDate, "")
34
agentapp.ConfigureBuildIdentity(app.Version, app.Banner())
0 commit comments