diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index ef57c27..7936d9f 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -23,4 +23,4 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: ghcr.io/paepckehh/opnborg + tags: ghcr.io/paepckehh/opnborg:latest diff --git a/api.go b/api.go index b29218b..a4a4d66 100644 --- a/api.go +++ b/api.go @@ -7,7 +7,7 @@ import ( ) // global exported consts -const SemVer = "v0.1.40" +const SemVer = "v0.1.41" // global var var ( diff --git a/setup.go b/setup.go index a6f9c03..19a82c2 100644 --- a/setup.go +++ b/setup.go @@ -86,11 +86,11 @@ func Setup() (*OPNCall, error) { var s strings.Builder s.WriteString("" + _lf + "" + _app + "" + _lf) s.WriteString("" + _lf) + s.WriteString("" + _lf) s.WriteString("" + _lf) s.WriteString(" " + _lf) _head = s.String() + "" + _lf + "" + _lf _headForce := s.String() + "" + _lf + "" + _lf