Skip to content

Commit

Permalink
bump version with new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-j-luna committed Jan 8, 2023
1 parent a6ef9a0 commit d37af42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.7] - 2023-01-05
## ~~[0.0.7]~~ [0.0.8] - 2023-01-05
### Added
- Add `akash_providers` datasource
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TEST?=$$(go list ./... | grep -v 'vendor')
NAMESPACE=cloud
NAME=akash
BINARY=terraform-provider-${NAME}
VERSION=0.0.7
VERSION=0.0.8
OS_ARCH=darwin_arm64
OS := $(shell uname -s | tr A-Z a-z)
HOSTNAME := $(shell hostname)
Expand Down

0 comments on commit d37af42

Please sign in to comment.