Skip to content

Commit

Permalink
Issue #107 Add bundle info to version
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar authored and gbraad committed May 3, 2019
1 parent 131014a commit 017775a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

CRC_VERSION = 0.0.1-alpha.1
BUNDLE_VERSION = 4.1.rc0
CRC_VERSION = 0.85.0-alpha-$(BUNDLE_VERSION)
COMMIT_SHA=$(shell git rev-parse --short HEAD)

# Go and compilation related variables
Expand Down
4 changes: 2 additions & 2 deletions cmd/crc/cmd/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package cmd

const (
commandName = "crc"
descriptionShort = "Local OpenShift 4.0 cluster"
descriptionLong = "Deploy local instance of an OpenShift 4.0 cluster for development purpose"
descriptionShort = "Local OpenShift 4.x cluster"
descriptionLong = "Deploy local instance of an OpenShift 4.x cluster for development purpose"
)

0 comments on commit 017775a

Please sign in to comment.