Skip to content

Commit d54de21

Browse files
authored
Merge pull request #121 from NVIDIA/bump-version-v0.4.0
Bump version v0.4.0
2 parents f1798f8 + 07fe42f commit d54de21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION ?= v0.3.0
15+
VERSION ?= v0.4.0
1616

1717
vVERSION := v$(VERSION:v%=%)
1818

19-
GOLANG_VERSION ?= 1.24.1
19+
GOLANG_VERSION ?= 1.24.7
2020

2121
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")

0 commit comments

Comments
 (0)