Skip to content

Commit

Permalink
update zip code data
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 29, 2024
1 parent 5ea7ad4 commit 4b08790
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:latest

ENV VERSION v0.3.33
ENV VERSION v0.3.34
RUN apt update && apt install -y wget unzip
RUN wget https://github.com/tetsu040e/zippia/releases/download/${VERSION}/zippia-${VERSION}-linux-amd64.zip
RUN unzip zippia-${VERSION}-linux-amd64.zip
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const appName = "zippia"

var Version = "v0.3.33"
var Version = "v0.3.34"

//go:embed var/last-modified.txt
var lastModified []byte
Expand Down
2 changes: 1 addition & 1 deletion var/jigyosyo.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion var/kenall.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion var/last-modified.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Thu, 29 Feb 2024 07:59:01 GMT
Fri, 29 Mar 2024 07:59:01 GMT

0 comments on commit 4b08790

Please sign in to comment.