Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 0c2ea34

Browse files
authored
Merge pull request #263 from OpenNebula/6.4
M #-: Bump version to 6.4.0
2 parents 3dcc05a + 587c527 commit 0c2ea34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

generate.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# -------------------------------------------------------------------------- #
4-
# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems #
4+
# Copyright 2002-2022, OpenNebula Project, OpenNebula Systems #
55
# #
66
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
77
# not use this file except in compliance with the License. You may obtain #
@@ -41,8 +41,8 @@ fi
4141

4242
###
4343

44-
VERSION=${VERSION:-6.2.0}
45-
RELEASE=${RELEASE:-1}
44+
VERSION=${VERSION:-6.4.0}
45+
RELEASE=${RELEASE:-0}
4646
MAINTAINER=${MAINTAINER:-OpenNebula Systems <contact@opennebula.io>}
4747
LICENSE=${LICENSE:-Apache 2.0}
4848
VENDOR=${VENDOR:-OpenNebula Systems}

0 commit comments

Comments
 (0)