mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
Update version to 1.1.0 in all files
This commit is contained in:
@@ -21,6 +21,11 @@ RUN cd frontend && npm run build
|
||||
# Production stage
|
||||
FROM node:18-slim
|
||||
|
||||
# Add version labels
|
||||
LABEL version="1.1.0"
|
||||
LABEL description="ProxMox Pulse - A lightweight monitoring application for ProxMox"
|
||||
LABEL maintainer="Richard Courtman"
|
||||
|
||||
# Create a non-root user
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init \
|
||||
&& apt-get clean \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// This file contains the version information for the application
|
||||
// It is automatically updated when a new release is created
|
||||
|
||||
export const VERSION = '1.0.15'; // Updated manually
|
||||
export const VERSION = '1.1.0'; // Updated manually
|
||||
|
||||
Reference in New Issue
Block a user