Skip to content

Commit

Permalink
Bump module version
Browse files Browse the repository at this point in the history
CASMHMS-6299
  • Loading branch information
jwlv authored Nov 25, 2024
1 parent ffebdab commit 6214287
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1
5 changes: 3 additions & 2 deletions Test/testApp.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ package main

import (
"fmt"
"github.com/sirupsen/logrus"
"net/http"
"net/url"
"os"
trsapi "github.com/Cray-HPE/hms-trs-app-api/v2/pkg/trs_http_api"
"strconv"
"strings"
"time"

trsapi "github.com/Cray-HPE/hms-trs-app-api/v3/pkg/trs_http_api"
"github.com/sirupsen/logrus"
)

type PayloadData struct {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/Cray-HPE/hms-trs-app-api/v2
module github.com/Cray-HPE/hms-trs-app-api/v3

go 1.23

Expand Down

0 comments on commit 6214287

Please sign in to comment.