Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BINARY_NAME=pangolin
OUTPUT_DIR=bin

VERSION ?= version_replaceme
VERSION ?= 0.15.0
LDFLAGS = -s -w -X github.com/fosrl/cli/internal/version.Version=$(VERSION)

all: clean build
Expand Down
2 changes: 1 addition & 1 deletion internal/version/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
// This value can be overridden at build time using ldflags:
//
// go build -ldflags "-X github.com/fosrl/cli/internal/version.Version=<version>"
var Version = "version_replaceme"
var Version = "0.15.0"
2 changes: 1 addition & 1 deletion pangolin-cli.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Package Name="Pangolin CLI"
Language="1033"
Version="0.0.0"
Version="0.15.0"
Manufacturer="Fossorial"
UpgradeCode="35A1E3C4-C273-4334-9DF3-57408E83012E"
Compressed="yes">
Expand Down
Loading