Skip to content

Commit

Permalink
Bump deprecation level and remove version suffix for 0.18.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Mar 18, 2022
1 parent 7a806b7 commit ab33e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/buildinfo/buildinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Version = "0.18.0"

// VersionSuffix is appended to Version to build the full version string. It is public so it can be
// overridden when building Elvish; see PACKAGING.md for details.
var VersionSuffix = "-dev.unknown"
var VersionSuffix = ""

// Reproducible identifies whether the build is reproducible. This can be
// overridden when building Elvish; see PACKAGING.md for details.
Expand Down
2 changes: 1 addition & 1 deletion pkg/prog/prog.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
// DeprecationLevel is a global flag that controls which deprecations to show.
// If its value is X, Elvish shows deprecations that should be shown for version
// 0.X.
var DeprecationLevel = 17
var DeprecationLevel = 18

// Program represents a subprogram.
type Program interface {
Expand Down

0 comments on commit ab33e69

Please sign in to comment.