From 64ffabb1ffc19bf1abcc5636070ae9f336aa4f48 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 28 May 2026 19:18:19 +0000
Subject: [PATCH] =gitblit switch

---
 functions.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/functions.php b/functions.php
index 1163a3b..7d41b7b 100644
--- a/functions.php
+++ b/functions.php
@@ -13,11 +13,11 @@
  * Enqueue scripts and styles.
  */
 function legacy_parent_theme_enqueue_styles() {
-	wp_enqueue_style( 'jvb-theme-style', get_template_directory_uri() . '/style.css', array(), '0.1.0' );
+	wp_enqueue_style( 'jvb-theme-style', get_template_directory_uri() . '/style.css', array(), '1.6.0' );
 	wp_enqueue_style(
 		'legacy-style',
 		get_stylesheet_directory_uri() . '/style.css',
 		array( 'jvb-theme-style' ),
-		'0.1.0'
+		'0.3.06'
 	);
 }

--
Gitblit v1.10.0