Skip to content

Commit

Permalink
Merge pull request #718 from NethServer/bump-ns-packages
Browse files Browse the repository at this point in the history
chore: bump ns packages (automatic)
  • Loading branch information
gsanchietti authored Sep 4, 2024
2 parents b3ebd01 + e679d0f commit 74c70b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ns-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ns-api
PKG_VERSION:=0.0.86
PKG_VERSION:=0.0.87
PKG_RELEASE:=1

PKG_BUILD_DIR:=$(BUILD_DIR)/ns-api-$(PKG_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion packages/ns-don/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ns-don
PKG_VERSION:=0.0.2
PKG_VERSION:=0.0.3
PKG_RELEASE:=1

PKG_BUILD_DIR:=$(BUILD_DIR)/ns-don-$(PKG_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion packages/ns-migration/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ns-migration
PKG_VERSION:=0.0.14
PKG_VERSION:=0.0.15
PKG_RELEASE:=1

PKG_BUILD_DIR:=$(BUILD_DIR)/ns-migration-$(PKG_VERSION)
Expand Down

0 comments on commit 74c70b5

Please sign in to comment.