Skip to content

Commit

Permalink
chore(release): release version 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcheramy committed Nov 29, 2024
1 parent 2f3dde7 commit ba3d2cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]
## [0.31.0 – 2024-11-29]

### Added
- model for Riverbed Steelhead (@Swaeltjie)
Expand Down
4 changes: 2 additions & 2 deletions lib/oxidized/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Oxidized
VERSION = '0.30.1'.freeze
VERSION_FULL = '0.30.1'.freeze
VERSION = '0.31.0'.freeze
VERSION_FULL = '0.31.0'.freeze
def self.version_set
version_full = %x(git describe --tags).chop rescue ""
version = %x(git describe --tags --abbrev=0).chop rescue ""
Expand Down

0 comments on commit ba3d2cb

Please sign in to comment.