Skip to content

Commit 839327f

Browse files
author
Abdul Dakkak
committed
Bump version: 0.3.8 → 0.3.9
1 parent f144487 commit 839327f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.8
2+
current_version = 0.3.9
33
commit = True
44
tag = True
55

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.8
1+
0.3.9

dockerfiles/Dockerfile.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM carml/go:amd64-cpu
22
MAINTAINER Abdul Dakkak <[email protected]>
33

4-
LABEL org.carml.version=0.3.8
4+
LABEL org.carml.version=0.3.9
55

66
WORKDIR $GOPATH/src/github.com/rai-project/carml
77
RUN git clone --depth=1 --branch=master https://github.com/rai-project/carml.git . && \

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
var (
88
// These fields are populated by govvv
9-
Version = "0.3.8"
9+
Version = "0.3.9"
1010
BuildDate string
1111
GitCommit string
1212
GitBranch string

0 commit comments

Comments
 (0)