Skip to content

Commit

Permalink
chore(release): 5.7.0-beta.1
Browse files Browse the repository at this point in the history
# [5.7.0-beta.1](v5.6.2...v5.7.0-beta.1) (2021-08-14)

### Bug Fixes

* release ([185dd15](185dd15))

### Features

* generate metadata/default.meta ([629b248](629b248))
  • Loading branch information
semantic-release-bot committed Aug 14, 2021
1 parent 185dd15 commit 13f585c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[tool.poetry]
name = "splunk_add_on_ucc_framework"
version = "0.0.0"
version = "5.7.0-beta.1"
description = "Splunk Add-on SDK formerly UCC is a build and code generation framework"
authors = ["rfaircloth-splunk <[email protected]>"]
include = [
Expand Down
2 changes: 1 addition & 1 deletion splunk_add_on_ucc_framework/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

__version__ = "5.0.0"
__version__ = "5.7.0-beta.1"

import argparse
import configparser
Expand Down

0 comments on commit 13f585c

Please sign in to comment.