summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index a2b1413..cba4b69 100644
--- a/structs.go
+++ b/structs.go
@@ -43,7 +43,8 @@ type Repo struct {
targetV *gui.Node // the target version
lastTag *gui.Node // last tagged version label
- vLabel *gui.Node // version label
+ currentName *gui.Node // current branch name
+ currentVersion *gui.Node // current branch version
dirtyLabel *gui.Node // git state (dirty or not?)
goState *gui.Node // what is the state of the go.sum file