File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.8
2+ current_version = 0.3.9
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 1- 0.3.8
1+ 0.3.9
Original file line number Diff line number Diff line change 11FROM carml/go:amd64-cpu
22MAINTAINER Abdul Dakkak <
[email protected] >
33
4- LABEL org.carml.version=0.3.8
4+ LABEL org.carml.version=0.3.9
55
66WORKDIR $GOPATH/src/github.com/rai-project/carml
77RUN git clone --depth=1 --branch=master https://github.com/rai-project/carml.git . && \
Original file line number Diff line number Diff line change 66
77var (
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
You can’t perform that action at this time.
0 commit comments