Skip to content

Commit

Permalink
bump version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonng committed Jan 26, 2024
1 parent 324abe1 commit 1fedec8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#==============================================================#
# File : Makefile
# Mtime : 2022-05-13
# Mtime : 2024-01-26
# Copyright (C) 2018-2022 Ruohang Feng
#==============================================================#

# Get Current Version
VERSION=v0.6.0
VERSION=v0.6.1
# VERSION=`cat exporter/global.go | grep -E 'var Version' | grep -Eo '[0-9.]+'`

# Release Dir
Expand Down
2 changes: 1 addition & 1 deletion exporter/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
\**********************************************************************************************/

// Version is read by make build procedure
var Version = "0.6.0"
var Version = "0.6.1"

var defaultPGURL = "postgresql:///?sslmode=disable"

Expand Down
2 changes: 1 addition & 1 deletion package/nfpm-amd64-deb.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "pg-exporter"
arch: "amd64"
platform: "linux"
version: "v0.6.0"
version: "v0.6.1"
version_schema: semver
maintainer: Ruohang Feng <[email protected]>
description: |
Expand Down
2 changes: 1 addition & 1 deletion package/nfpm-amd64-rpm.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "pg_exporter"
arch: "amd64"
platform: "linux"
version: "v0.6.0"
version: "v0.6.1"
version_schema: semver
maintainer: Ruohang Feng <[email protected]>
description: |
Expand Down
2 changes: 1 addition & 1 deletion package/nfpm-arm64-deb.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "pg-exporter"
arch: "arm64"
platform: "linux"
version: "v0.6.0"
version: "v0.6.1"
version_schema: semver
maintainer: Ruohang Feng <[email protected]>
description: |
Expand Down
2 changes: 1 addition & 1 deletion package/nfpm-arm64-rpm.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "pg_exporter"
arch: "arm64"
platform: "linux"
version: "v0.6.0"
version: "v0.6.1"
version_schema: semver
maintainer: Ruohang Feng <[email protected]>
description: |
Expand Down

0 comments on commit 1fedec8

Please sign in to comment.