Skip to content

Commit

Permalink
ci: version patch (0.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Feb 13, 2022
1 parent b5fa9c0 commit 86a3751
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. This file uses change log convention from [keep a CHANGELOG](http://keepachangelog.com/en/0.3.0/).

<a name="0.1.1"></a>

## [0.1.1](https://github.com/hadenlabs/docker-kali-linux/compare/0.1.0...0.1.1)

> 2022-02-12
### Bug Fixes

- load vars environment publish docker hub ([#11](https://github.com/hadenlabs/docker-kali-linux/issues/11))
- configuration sonar environment ([#10](https://github.com/hadenlabs/docker-kali-linux/issues/10))

<a name="0.1.0"></a>

## 0.1.0
Expand Down
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

// current version
const dev = "0.1.0"
const dev = "0.1.1"

// Provisioned by ldflags
var (
Expand All @@ -22,7 +22,7 @@ func init() {
if version == "" {
version = dev
}
if version == "v0.1.0-" { // building in a directory which is not a git repository
if version == "v0.1.1-" { // building in a directory which is not a git repository
version = dev
}
if commitHash == "" {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hadenlabs/docker-kali-linux",
"version": "0.1.0",
"version": "0.1.1",
"description": "docker-kali-linux",
"author": "Luis Mayta <[email protected]>",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
files = package.json internal/version/version.go
commit = False
tag = False
current_version = 0.1.0
current_version = 0.1.1

[bumpversion:file:setup.cfg]
search = {current_version}
Expand Down

0 comments on commit 86a3751

Please sign in to comment.