Skip to content

Commit

Permalink
Setting version number before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
massdosage committed Jul 17, 2018
1 parent 80d990c commit 31a4b04
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 @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.0.0] - TBD
## [4.0.0] - 2018-07-17
### Added
- Support shell-specific `source` (`hive`) and ``!run`` (`beeline`) commands. These commands allow one to import and execute the contents of external files in statements or scripts.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.klarna</groupId>
<artifactId>hiverunner</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<name>HiveRunner</name>
<description>HiveRunner is a unit test framework based on JUnit4 and enables TDD development of HiveQL without the need of any installed dependencies.</description>
<url>https://github.com/klarna/HiveRunner</url>
Expand Down

0 comments on commit 31a4b04

Please sign in to comment.