Skip to content

Commit

Permalink
version bump 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Aug 26, 2023
1 parent cd48833 commit 5b9b7f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import "fmt"
const (
VersionMajor = 1
VersionMinor = 7
VersionPatch = 2
VersionPatch = 3
VersionReleaseLevel = ""
VersionReleaseNumber = 9
VersionReleaseNumber = 10
)

// Set the GitVersion via -ldflags="-X 'github.com/trisacrypto/directory/pkg.GitVersion=$(git rev-parse --short HEAD)'"
Expand Down
2 changes: 1 addition & 1 deletion web/gds-admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gds-admin-ui",
"version": "1.7.2",
"version": "1.7.3",
"private": true,
"dependencies": {
"@hookform/resolvers": "^2.9.10",
Expand Down
2 changes: 1 addition & 1 deletion web/gds-user-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gds-user-ui",
"version": "1.7.2",
"version": "1.7.3",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
Expand Down

0 comments on commit 5b9b7f1

Please sign in to comment.