Skip to content

Commit

Permalink
Updated version strings to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-howe-1 committed Jun 27, 2024
1 parent d64894c commit 171c3d3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/cfm-cli/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "cfm <command> <device> [<flags>]",
Version: "1.x.x",
Version: "1.1.0",
Short: "CLI for managing memory appliance(s) via cfm-service.",
Long: `A command line interface that connects to a cfm-service instance. Once connected, can use CLI to to manage one or more memory appliances.`,
Args: cobra.MatchAll(cobra.NoArgs),
Expand Down
2 changes: 1 addition & 1 deletion cmd/cfm-service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"k8s.io/klog/v2"
)

var Version = "1.x.x"
var Version = "1.1.0"

// This variable is filled in during the linker step - -ldflags "-X main.buildTime=`date -u '+%Y-%m-%dT%H:%M:%S'`"
var buildTime = ""
Expand Down
2 changes: 1 addition & 1 deletion cmd/cxl-host/service/parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
DefaultVerbosity = "0" // Default log level
DefaultPort = "8082" // Default service port
RedfishVersion = "/redfish/v1/"
Version = "1.x.x"
Version = "1.1.0"
)

type Settings struct {
Expand Down
4 changes: 2 additions & 2 deletions webui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webui",
"version": "1.x.x",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 171c3d3

Please sign in to comment.