Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Mar 11, 2020
1 parent de190e8 commit 4bc54a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
FROM alpine:3.10.1
ARG version="1.0.3"
ARG version="1.1.0"
LABEL maintainer="Haruai Tamada" \
uniq2-version="1.0.2" \
description="Deleting duplicate lines"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
[![codebeat badge](https://codebeat.co/badges/855266ea-99d4-4d80-ac43-81a1712f0f90)](https://codebeat.co/projects/github-com-tamada-uniq2-master)
[![Go Report Card](https://goreportcard.com/badge/github.com/tamada/uniq2)](https://goreportcard.com/report/github.com/tamada/uniq2)
[![License](https://img.shields.io/badge/License-WTFPL-blue.svg)](https://github.com/tamada/uniq2/blob/master/LICENSE)
[![Version](https://img.shields.io/badge/Version-1.0.3-yellowgreen.svg)](https://github.com/tamada/uniq2/releases/tag/v1.0.3)
[![Version](https://img.shields.io/badge/Version-1.1.0-yellowgreen.svg)](https://github.com/tamada/uniq2/releases/tag/v1.1.0)

# uniq2

Expand Down
2 changes: 1 addition & 1 deletion cmd/uniq2/main.go
Expand Up @@ -11,7 +11,7 @@ import (
/*
VERSION shows version of uniq2.
*/
const VERSION = "1.0.3"
const VERSION = "1.1.0"

func helpMessage(appName string) string {
return fmt.Sprintf(`%s [OPTIONS] [INPUT [OUTPUT]]
Expand Down
2 changes: 1 addition & 1 deletion docs/content/_index.md
Expand Up @@ -7,7 +7,7 @@ title: uniq2
[![codebeat badge](https://codebeat.co/badges/855266ea-99d4-4d80-ac43-81a1712f0f90)](https://codebeat.co/projects/github-com-tamada-uniq2-master)
[![Go Report Card](https://goreportcard.com/badge/github.com/tamada/uniq2)](https://goreportcard.com/report/github.com/tamada/uniq2)
[![License](https://img.shields.io/badge/License-WTFPL-blue.svg)](https://github.com/tamada/uniq2/blob/master/LICENSE)
[![Version](https://img.shields.io/badge/Version-1.0.3-yellowgreen.svg)](https://github.com/tamada/uniq2/releases/tag/v1.0.3)
[![Version](https://img.shields.io/badge/Version-1.1.0-yellowgreen.svg)](https://github.com/tamada/uniq2/releases/tag/v1.1.0)

## Description

Expand Down

0 comments on commit 4bc54a6

Please sign in to comment.