summaryrefslogtreecommitdiff
path: root/currentVersions.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 12:53:46 -0600
committerJeff Carr <[email protected]>2024-12-01 12:53:46 -0600
commitfd3b806b4a1f647103c7ecb417cf1ffced9c4cb1 (patch)
treeafa31f225f924891a67011db8f33abcdea63e0f8 /currentVersions.go
parentf24d8131c3f995f9c24a37cb5a8e46da840f2eb0 (diff)
add test appv0.0.13
Diffstat (limited to 'currentVersions.go')
-rw-r--r--currentVersions.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/currentVersions.go b/currentVersions.go
index c5c7395..4cbaa72 100644
--- a/currentVersions.go
+++ b/currentVersions.go
@@ -67,6 +67,9 @@ func (repo *Repo) GitDevelVersion() string {
func (repo *Repo) GitUserVersion() string {
bname := repo.GetUserBranchName()
+ if bname != "jcarr" {
+ panic("not jcarr bname =" + bname)
+ }
v, err := repo.gitVersionByName(bname)
if err == nil {
return v