Skip to content

Commit 03db228

Browse files
committed
wip
1 parent add5f72 commit 03db228

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ sudo docker build -t roo .
1313
#in ~/.docker/config.json
1414
#test with
1515
#docker run --rm -it roo
16+
#docker system prune -af

roo/roo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ import (
7676
// //////////////////////////////////////
7777
func main() {
7878
fmt.Println("\n\n//////////////////////////////////////////////////////////////")
79-
fmt.Println("Roo. Version 100")
79+
fmt.Println("Roo. Version 101")
8080
fmt.Println("Transparent proxy suitable for clusters and swarm")
8181
fmt.Println("https://github.com/sfproductlabs/roo")
8282
fmt.Println("(c) Copyright 2018-2023 SF Product Labs LLC.")

0 commit comments

Comments
 (0)