Skip to content

Commit

Permalink
fixing release date
Browse files Browse the repository at this point in the history
  • Loading branch information
djkormo committed Dec 16, 2022
1 parent a40a3ee commit 42ae1d6
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 42ae1d6

Please sign in to comment.