Skip to content

Commit

Permalink
[Monthly release] v0.4.8 (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale authored Oct 16, 2024
1 parent 466aac5 commit 9c3a09c
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/anaconda/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.4",
"version": "1.0.5",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down
2 changes: 1 addition & 1 deletion src/base-alpine/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.209.4",
"version": "0.209.5",
"variants": [
"3.20",
"3.19",
Expand Down
2 changes: 1 addition & 1 deletion src/base-debian/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.16",
"version": "1.0.17",
"variants": [
"bookworm",
"bullseye"
Expand Down
2 changes: 1 addition & 1 deletion src/base-ubuntu/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.2.1",
"variants": [
"noble",
"jammy",
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.4",
"version": "1.2.5",
"variants": [
"bookworm",
"bullseye",
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.3",
"version": "1.3.4",
"variants": [
"9.0-bookworm-slim",
"9.0-noble",
Expand Down
2 changes: 1 addition & 1 deletion src/go/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.3.1",
"variants": [
"1.23-bookworm",
"1.22-bookworm",
Expand Down
2 changes: 1 addition & 1 deletion src/java-8/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.17",
"version": "2.0.18",
"variants": [
"bookworm",
"bullseye"
Expand Down
2 changes: 1 addition & 1 deletion src/java/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.14",
"version": "1.1.15",
"variants": [
"21-bookworm",
"21-bullseye",
Expand Down
2 changes: 1 addition & 1 deletion src/javascript-node/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.5",
"version": "1.1.6",
"variants": [
"22-bookworm",
"20-bookworm",
Expand Down
2 changes: 1 addition & 1 deletion src/jekyll/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.8",
"version": "2.1.9",
"variants": [
"3.3-bookworm",
"3.3-bullseye"
Expand Down
2 changes: 1 addition & 1 deletion src/miniconda/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "1.0.3",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down
2 changes: 1 addition & 1 deletion src/php/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.9",
"version": "1.2.10",
"variants": [
"8.3-apache-bookworm",
"8.2-apache-bookworm",
Expand Down
2 changes: 1 addition & 1 deletion src/python/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.15",
"version": "1.1.16",
"variants": [
"3.12-bookworm",
"3.11-bookworm",
Expand Down
2 changes: 1 addition & 1 deletion src/ruby/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.11",
"version": "1.1.12",
"variants": [
"3.3-bookworm",
"3.2-bookworm",
Expand Down
2 changes: 1 addition & 1 deletion src/rust/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.17",
"version": "1.0.18",
"variants": [
"bookworm",
"bullseye"
Expand Down
2 changes: 1 addition & 1 deletion src/typescript-node/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.5",
"version": "1.1.6",
"variants": [
"22-bookworm",
"20-bookworm",
Expand Down
2 changes: 1 addition & 1 deletion src/universal/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.12.3",
"version": "2.12.4",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down

0 comments on commit 9c3a09c

Please sign in to comment.