Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
[KOGITO-485] Small patch for the Kogito CLI 0.5.1 release (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardozanini authored Oct 24, 2019
1 parent 5eb5ac0 commit 7453afc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kogito/command/context/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package context

import (
"github.com/kiegroup/kogito-cloud-operator/version"
"github.com/kiegroup/kogito-cloud-operator/cmd/kogito/version"
"github.com/spf13/cobra"
"io"
)
Expand Down
20 changes: 20 additions & 0 deletions cmd/kogito/version/version.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Copyright 2019 Red Hat, Inc. and/or its affiliates
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

package version

var (
// Version of Kogito CLI
Version = "0.5.1"
)

0 comments on commit 7453afc

Please sign in to comment.