Skip to content

Commit

Permalink
release leetty-gateway v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ksilisk committed Sep 14, 2024
1 parent 2bc5a5e commit fa4902c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
leetty-gateway
.config
configs/config_dev.yml
configs/config_compose.yml

# Binaries for programs and plugins
*.exe
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include leetty-gateway.env
include leetty-gateway.make.env

start: compile
./bin/leetty-gateway
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# leetty_gateway
# leetty-gateway
API-Gateway for webhooks
2 changes: 1 addition & 1 deletion leetty-gateway.env → leetty-gateway.make.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Environment for Makefile

LEETTY_GATEWAY_VERSION=1.0
LEETTY_GATEWAY_VERSION=1.1
LEETTY_GATEWAY_GO_VERSION=1.22
LEETTY_GATEWAY_IMAGE_BUILDER=paketobuildpacks/builder-jammy-full:0.3.369
LEETTY_GATEWAY_IMAGE_BUILDPACK=paketo-buildpacks/go
Expand Down

0 comments on commit fa4902c

Please sign in to comment.