Skip to content

Commit

Permalink
update version to 0.1.9, ready to publish v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 1, 2023
1 parent 99cec9b commit da9734e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_LIST := $(shell go list ./...)
VERSION := 0.1.8
VERSION := 0.1.9
NAME := urleap
DIST := $(NAME)-$(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ URL shortener via bit.ly, etc.
[![Go Report Card](https://goreportcard.com/badge/github.com/tamada/urleap)](https://goreportcard.com/report/github.com/tamada/urleap)

![MIT License](https://img.shields.io/badge/Licnese-MIT%20License-informational)
![Version](https://img.shields.io/badge/Version-0.1.8-informational)
![Version](https://img.shields.io/badge/Version-0.1.9-informational)

## :speaking_head: Overview

Expand Down
2 changes: 1 addition & 1 deletion cmd/urleap/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
)

const VERSION = "0.1.8"
const VERSION = "0.1.9"

func goMain(args []string) int {
fmt.Println("Hello World")
Expand Down

0 comments on commit da9734e

Please sign in to comment.