diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 12:53:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 12:53:46 -0600 |
| commit | fd3b806b4a1f647103c7ecb417cf1ffced9c4cb1 (patch) | |
| tree | afa31f225f924891a67011db8f33abcdea63e0f8 /currentVersions.go | |
| parent | f24d8131c3f995f9c24a37cb5a8e46da840f2eb0 (diff) | |
add test appv0.0.13
Diffstat (limited to 'currentVersions.go')
| -rw-r--r-- | currentVersions.go | 3 |
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 |
