Skip to content

Commit

Permalink
2.5.0: environment variables enhancements and better UX
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Mar 25, 2024
1 parent 6b30a8e commit 971b237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/urfave/cli"
)

const version = "2.4.0"
const version = "2.5.0"

func socketFlags(s, n *string) []cli.Flag {
return []cli.Flag{
Expand Down
2 changes: 1 addition & 1 deletion packaging/rubygems/lib/overmind/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Overmind
VERSION = "2.4.0"
VERSION = "2.5.0"
end

0 comments on commit 971b237

Please sign in to comment.