Skip to content

Commit

Permalink
Merge pull request #9 from djkormo/fixing-release-date
Browse files Browse the repository at this point in the history
fixing release date
  • Loading branch information
djkormo authored Dec 16, 2022
2 parents a40a3ee + 42ae1d6 commit d20ef65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const (
var (
scheme = runtime.NewScheme()
setupLog = ctrl.Log.WithName("setup")
version = "adcs-developement-djkormo"
buildTime = "2022-12-15:10:00"
version = "adcs-operator-by-djkormo"
buildTime = "2022-12-18:11:00"
)

func init() {
Expand Down

0 comments on commit d20ef65

Please sign in to comment.