Skip to content

Commit

Permalink
v1.1.2 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nixargh committed Feb 25, 2021
1 parent f9d4bd3 commit 68614bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.2] - 2021-02-25
### Fixed
- Bump version.

## [1.1.1] - 2021-02-25
### Fixed
- Do not die if *runSender* can't connect to Graphite server.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
// "github.com/pkg/profile"
)

var version string = "1.1.0"
var version string = "1.1.2"

var clog, slog, rlog, tlog, stlog *log.Entry
var hostname string
Expand Down

0 comments on commit 68614bb

Please sign in to comment.