summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-24 02:22:32 -0600
committerJeff Carr <[email protected]>2024-01-24 02:22:32 -0600
commit732ac4b1e5f7b23873ec7a09bfa4cffcc501a8a8 (patch)
tree164ac97576f2be1e4d1e80eca208e07a6a13ee2d /draw.go
parent3c3dc5309a9b7b0c16de81333c569674c6c26ee8 (diff)
further towards release automationv0.13.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go10
1 files changed, 6 insertions, 4 deletions
diff --git a/draw.go b/draw.go
index c59af83..20081ec 100644
--- a/draw.go
+++ b/draw.go
@@ -224,11 +224,13 @@ func (rs *RepoStatus) drawGitCommands() {
func (rs *RepoStatus) SetVersion(a, b, c string, reason string) {
- rs.major.SetText(a)
- rs.minor.SetText(b)
- rs.revision.SetText(c)
+ rs.major.SetText(a)
+ rs.minor.SetText(b)
+ rs.revision.SetText(c)
- rs.versionMessage.SetLabel(reason)
+ rs.versionMessage.SetLabel(reason)
+ rs.versionMessage.SetText(reason)
+ // rs.versionMessage.SetValue(reason)
}
func (rs *RepoStatus) setTag() bool {