Skip to content

Commit

Permalink
upping version
Browse files Browse the repository at this point in the history
  • Loading branch information
cviecco committed Nov 17, 2022
1 parent 47281c2 commit 7b23171
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif
BINARY=keymaster

# These are the values we want to pass for Version and BuildTime
VERSION=1.11.1
VERSION=1.11.2
#BUILD_TIME=`date +%FT%T%z`

# Setup the -ldflags option for go build here, interpolate the variable values
Expand Down
1 change: 0 additions & 1 deletion cmd/keymasterd/templateData.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ type profilePageTemplateData struct {
RegisteredTOTPDevice []registeredTOTPTDeviceDisplayInfo
}

// {{ .Date | formatAsDate}} {{ printf "%-20s" .Description }} {{.AmountInCents | formatAsDollars -}}
const profileHTML = `
{{define "userProfilePage"}}
<!DOCTYPE html>
Expand Down

0 comments on commit 7b23171

Please sign in to comment.