diff options
| author | Jeff Carr <[email protected]> | 2025-10-08 02:27:23 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-08 02:27:23 -0500 |
| commit | 3c2849b486c9034335104303865c203b1824a10d (patch) | |
| tree | 4ae16cd42ac8d5f05ec93c3fd1e6135da0272968 /tableBuild.go | |
| parent | 26fe7d72d7ad3e788c9596e835feb8c9ef41ed2d (diff) | |
rm testv0.0.173
Diffstat (limited to 'tableBuild.go')
| -rw-r--r-- | tableBuild.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tableBuild.go b/tableBuild.go index 870a94e..1b83993 100644 --- a/tableBuild.go +++ b/tableBuild.go @@ -10,7 +10,7 @@ import ( func (f *Forge) GetPackageVersion(repo *gitpb.Repo) string { var s string - s = repo.GetUserVersion() + "s" + s = repo.GetUserVersion() if repo.CheckDirty() { s += "-dirty" } |
