Skip to content

Commit

Permalink
Merge pull request #159 from jhernand/release_0_0_49
Browse files Browse the repository at this point in the history
Release 0.0.49
  • Loading branch information
jhernand authored Jan 6, 2022
2 parents d9ff8e0 + 6d06f3c commit ee2f6da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This document describes the relevant changes between releases of the
API metamodel.

## 0.0.49 Jan 6 2022

This release doesn't include any change in functionality, it only adds to the
repository the files generated by ANTLR so that it is possible to install the
tool with `go install`.

## 0.0.48 Jan 6 2022

This release doesn't include any change in functionality, it only fixes the
Expand Down
2 changes: 1 addition & 1 deletion pkg/info/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package info

const Version = "0.0.48"
const Version = "0.0.49"

0 comments on commit ee2f6da

Please sign in to comment.