diff options
Diffstat (limited to 'currentVersions.go')
| -rw-r--r-- | currentVersions.go | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/currentVersions.go b/currentVersions.go index d93df8d..624762e 100644 --- a/currentVersions.go +++ b/currentVersions.go @@ -14,10 +14,13 @@ import ( "go.wit.com/log" ) -func (repo *Repo) InitVersions() { +func (repo *Repo) reloadVersions() { repo.setMasterVersion() repo.setDevelVersion() repo.setUserVersion() + repo.setLastTag() + repo.setCurrentBranchName() + repo.setCurrentBranchVersion() } func (repo *Repo) setMasterVersion() { |
