Skip to content

Commit

Permalink
version bump v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Dec 23, 2023
1 parent c3e79fb commit 201e9c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rtnl.link",
"version": "1.0.0",
"version": "1.1.0",
"description": "Custom URL shortening service for rtln.link and r8l.co. A simple microservice for custom URL shortening and click tracking for Rotational Labs.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import "fmt"
// Version component constants for the current build.
const (
VersionMajor = 1
VersionMinor = 0
VersionMinor = 1
VersionPatch = 0
VersionReleaseLevel = "beta"
VersionReleaseNumber = 3
VersionReleaseNumber = 4
)

// Set the GitVersion via -ldflags="-X 'github.com/rotationalio/rtnl.link/pkg.GitVersion=$(git rev-parse --short HEAD)'"
Expand Down

0 comments on commit 201e9c8

Please sign in to comment.