Skip to content

Commit

Permalink
Set version 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
borntohonk committed Dec 4, 2024
1 parent 5842b3c commit e86f471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MAKEFILES := sysmod overlay
TARGETS := $(foreach dir,$(MAKEFILES),$(CURDIR)/$(dir))

# the below was taken from atmosphere + switch-examples makefile
export VERSION := 1.5.6
export VERSION := 1.5.5

ifneq ($(strip $(shell git symbolic-ref --short HEAD 2>/dev/null)),)
export GIT_BRANCH := $(shell git symbolic-ref --short HEAD)
Expand Down

0 comments on commit e86f471

Please sign in to comment.