-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Modify the way the binary version is set when compiling (backp…
…ort #388) (#390) * chore: Modify the way the binary version is set when compiling (#388) * chore: modify how binary version is defined Signed-off-by: zemyblue <[email protected]> * chore: update changelog Signed-off-by: zemyblue <[email protected]> --------- Signed-off-by: zemyblue <[email protected]> (cherry picked from commit 7d99e17) # Conflicts: # CHANGELOG.md * chore: modify subnet of localnet for docker-compose.yml Signed-off-by: zemyblue <[email protected]> * fix: conflict Signed-off-by: zemyblue <[email protected]> --------- Signed-off-by: zemyblue <[email protected]> Co-authored-by: zemyblue <[email protected]>
- Loading branch information
1 parent
0d1b050
commit 6047f74
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,5 +64,5 @@ networks: | |
driver: default | ||
config: | ||
- | ||
subnet: 192.168.10.0/16 | ||
subnet: 192.168.10.0/24 | ||
|