Skip to content

Commit

Permalink
chore(release): release version 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcheramy committed Apr 11, 2024
1 parent ea40b51 commit 8183046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
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.30.0 – 2024-04-11]

### Added
- model for D-Link cisco like CLI (@mirackle-spb)
Expand Down
4 changes: 2 additions & 2 deletions lib/oxidized/version.rb
@@ -1,6 +1,6 @@
module Oxidized
VERSION = '0.29.1'.freeze
VERSION_FULL = '0.29.1'.freeze
VERSION = '0.30-0'.freeze
VERSION_FULL = '0.30.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 8183046

Please sign in to comment.